Skip to content

Fix duplication of nested testclasses #779 #780

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 24, 2022

Conversation

volivan239
Copy link
Collaborator

@volivan239 volivan239 commented Aug 24, 2022

Description

Fixed bugs after adding nested testclasses generation

Fixes #779

Type of Change

  • Minor bug fix (non-breaking small changes)

How Has This Been Tested?

Manual Scenario

Add this changes to (branch)[https://github.com/UnitTestBot/UTBotJava/tree/volivan239/support_for_nested_class_in_ui] and run on examples from #779 -- works as expected

Checklist (remove irrelevant options):

This is the author self-check list

  • The change followed the style guidelines of the UTBot project
  • Self-review of the code is passed
  • The change contains enough commentaries, particularly in hard-to-understand areas
  • New documentation is provided or existed one is altered
  • No new warnings
  • New tests have been added
  • All tests pass locally with my changes

@volivan239 volivan239 requested a review from ArsenHD August 24, 2022 07:39
@volivan239 volivan239 marked this pull request as ready for review August 24, 2022 07:41
* also fix naming of outermost testclass to correspond to generated file's name
@volivan239 volivan239 force-pushed the volivan239/fix_duplication_of_nested_testclasses branch from 4a28360 to fe16de7 Compare August 24, 2022 08:00
@volivan239 volivan239 merged commit b7b18b9 into main Aug 24, 2022
@volivan239 volivan239 deleted the volivan239/fix_duplication_of_nested_testclasses branch August 24, 2022 09:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Nested classes are duplicated in generated testclass
2 participants